CardNumber

public final class CardNumber

A credit or debit card number.

Since

8.0.0

Constructors

Link copied to clipboard
public CardNumber CardNumber(String value)

Properties

Link copied to clipboard
private final String value

The number consisting only of digits, with no spaces, hyphens, or other characters.

Functions

Link copied to clipboard
public final String getValue()

The number consisting only of digits, with no spaces, hyphens, or other characters.